func vendor/golang.org/x/crypto/chacha20.hChaCha20

2 uses

	vendor/golang.org/x/crypto/chacha20 (current package)
		chacha_generic.go#L349: 	return hChaCha20(out, key, nonce)
		chacha_generic.go#L352: func hChaCha20(out, key, nonce []byte) ([]byte, error) {